home *** CD-ROM | disk | FTP | other *** search
- object FormPeriod: TFormPeriod
- Left = 318
- Top = 224
- BorderStyle = bsDialog
- Caption = 'Function Period'
- ClientHeight = 192
- ClientWidth = 304
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object BLabel: TLabel
- Left = 127
- Top = 71
- Width = 6
- Height = 13
- Caption = '0'
- end
- object Bevel1: TBevel
- Left = 3
- Top = 23
- Width = 297
- Height = 76
- end
- object LCalc: TLabel
- Left = 6
- Top = 5
- Width = 291
- Height = 13
- AutoSize = False
- Caption = 'Calculate every:'
- end
- object ENum: TEdit
- Left = 124
- Top = 31
- Width = 65
- Height = 21
- TabOrder = 1
- Text = '0'
- OnChange = ENumChange
- end
- object CBAll: TCheckBox
- Left = 219
- Top = 33
- Width = 65
- Height = 17
- Caption = '&All points'
- TabOrder = 2
- OnClick = CBAllClick
- end
- object RBNum: TRadioButton
- Left = 12
- Top = 33
- Width = 105
- Height = 17
- Caption = '&Number of points:'
- TabOrder = 0
- OnClick = RBNumClick
- end
- object RBRange: TRadioButton
- Left = 12
- Top = 69
- Width = 105
- Height = 17
- Caption = '&Range of values:'
- TabOrder = 3
- OnClick = RBRangeClick
- end
- object BChange: TButton
- Left = 216
- Top = 65
- Width = 75
- Height = 25
- Caption = '&Change...'
- TabOrder = 4
- OnClick = BChangeClick
- end
- object Button2: TButton
- Left = 138
- Top = 163
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 6
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 226
- Top = 163
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 7
- OnClick = Button3Click
- end
- object RGAlign: TRadioGroup
- Left = 3
- Top = 106
- Width = 297
- Height = 49
- Caption = 'Alignment:'
- Columns = 3
- Items.Strings = (
- '&First'
- 'C&enter'
- '&Last')
- TabOrder = 5
- OnClick = RGAlignClick
- end
- end
-